*{ margin:0; padding:0; }
li { list-style:none; }
a { text-decoration:none; }
img { border:none; vertical-align:top; }
input{ outline:none; }
.clear{
	clear: both;
}
body,html{
	min-width: 1200px;
}
.center{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.topbar{
	height: 42px;
	min-width: 1200px;
}
.time{
	float: left;
	margin-left: 20px;
	width: 400px;
	color: #245086;
	font-size: 12px;
	height: 42px;
	line-height: 42px;
	font-family: 微软雅黑;
}
.login{
	float: right;
	width: 500px;
	margin-right: 20px;height: 42px;
	line-height: 42px;
	font-family: 微软雅黑;
	color: #245086;
	font-size: 12px;
}
.login input{
	width: 70px;
	padding: 0 10px;
	border: 1px solid #b5b5b5;
	margin-right: 10px;
}
.login button{
color: white;
border: 0;
background: #ec6818;
width: 57px;
height: 22px;
border-radius: 3px;
margin: 5px;
}
.login .sm{
	background: #245086;
}
.header{
	height: 150px;
	background: #c8e8e9 url(../images/topBanner4.png) no-repeat center;
	background-size: cover;
	min-width: 1200px;
}

.search .searBtn{
width: 32px;
    height: 31px;
    background: #388049 url(../images/search1.png) no-repeat center;
    background-size: 80%;
    /* display: inline-block; */
    position: absolute;
    right: 0;
    top: -1px
}
.header .words {
    position: absolute;
    top: 58px;
    left: 505px;
}
.header  .search{
	    position: absolute;
    height: 27px;
    width: 257px;
    top: 89px;
    right: -2px;
}
.header .search input {
    border: 0;
    width: 200px;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: -1px;
    height: 26px;
    border: 3px solid #388049;
}
.header  .search img{
	position:absolute;
	right: 0;
	top:0;
}









.navContent{
	width: 100%;
}
.nav{
	height: 50px;
	background: #319573;
	width: 100%;
	margin: 0 auto;
}
.nav #nav{
	margin: 0 auto;
	width: 1200px;
}
.nav .container .layui-nav{
	background: none !important;
	    padding: 0;
}
#nav li{
	float: left;
}
#nav .line{
	    height: 50px;
	    color: #494949;
	    line-height: 50px;
	    margin: 0 15px;
	    font-size: 20px;
}
#nav>.layui-nav-item{
	line-height: 50px;
	padding: 0 31px;
	float: left;
}
#nav>li a{
	text-align: center;
	color: #fff ;
	font-family: "微软雅黑";
}
.hover,#nav>li:hover{
	background: #0a5038;
	
}
.hover a,#nav>li:hover a{
	color: white !important;
}
.layui-nav .layui-nav-item a{
	padding: 0 !important;
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
	background: none !important;
}
.nav .layui-nav-child{
    background: #0a5038;border: 0;
}
.nav .layui-nav {
	    background: none !important;
}
.nav .layui-nav .layui-nav-child a{
	color: #494949 !important;
	display: block;
}
.nav .layui-nav .layui-nav-child a:hover {
    background-color: #febd3f !important;
    color: #494949 !important;
}
.layui-nav .layui-nav-more{
	display: none;
}
.foot{
	    min-width: 1200px;
	    height: 135px;
	    background: #237257;
	    padding-top: 42px;
		/* margin-top: 10px; */
}
.foot .center{
	overflow: hidden;
}
.foot .link{
	float: left;
	color: #fff;
		position: relative;
}
.link span{
	font-size: 16px;
	color: #c9ede1;
}
.foot .link select{
	width: 240px;
	    height: 30px;
	    line-height: 30px;
	    text-align: center;
	    font-size: 16px;
	
}
.foot .link ol{
	    position: absolute;
	    left: 70px;
	    top: 52px;
	    width: 400px;
	    font-size: 16px;
	    line-height: 1.8;
}
.foot .link ol li {
float: left;
    margin: 0px 17px;
}
.foot .link ol li a{
	color: #c9ede1;
	    font-size: 16px;
	    text-decoration: underline;
}
.foot .info{
	float: left;
	color: #fff;
	margin: 0 30px;
	font-size: 16px;
	line-height: 1.8;
}
.foot .center p a{
	color: white;
}
.foot .code{
	float: right;
}
.foot .code img{
	margin: 4px;
}